Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/update dependency #109

Merged
merged 6 commits into from
May 25, 2024
Merged

Feature/update dependency #109

merged 6 commits into from
May 25, 2024

Conversation

Joinhack
Copy link
Collaborator

No description provided.

@Joinhack Joinhack requested a review from dmikey May 22, 2024 21:57
@coveralls
Copy link

coveralls commented May 22, 2024

Pull Request Test Coverage Report for Build 9235836417

Details

  • 0 of 4 (0.0%) changed or added relevant lines in 2 files are covered.
  • 5 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+2.0%) to 36.741%

Changes Missing Coverage Covered Lines Changed/Added Lines %
blockless/src/context.rs 0 2 0.0%
crates/wasi-common/src/snapshots/preview_1.rs 0 2 0.0%
Files with Coverage Reduction New Missed Lines %
../../../.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/future/maybe_done.rs 1 78.26%
crates/wasi-common/src/snapshots/preview_1.rs 4 2.65%
Totals Coverage Status
Change from base Build 9113800723: 2.0%
Covered Lines: 5261
Relevant Lines: 14319

💛 - Coveralls

@Joinhack Joinhack closed this May 23, 2024
@@ -98,6 +98,9 @@ pub use sched::{Poll, WasiSched};
pub use string_array::{StringArray, StringArrayError};
pub use table::Table;

pub mod blockless;
pub use blockless::*;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

personally dont think we should pollute global scope as it becomes difficult to know at glance where functionality is coming from.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you are right, I will do it later.

@Joinhack Joinhack reopened this May 23, 2024
@Joinhack Joinhack merged commit 64fa320 into main May 25, 2024
7 checks passed
@dmikey dmikey deleted the feature/update_dependency branch May 29, 2024 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants